home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / program / bachtocc.zip / BACHTOCC.MSC < prev   
Text File  |  1991-12-26  |  355b  |  11 lines

  1. #--------------------------------------------
  2. # BACHTOCC.MSC make file for Microsoft C 6.0
  3. #--------------------------------------------
  4.  
  5. bachtocc.exe : bachtocc.obj bachtocc.def
  6.      link bachtocc,, NUL, /nod slibcew libw win87em mmsystem, bachtocc
  7.      rc -t -30 bachtocc.exe
  8.  
  9. bachtocc.obj : bachtocc.c
  10.      cl -c -G2sw -Ow -W3 -Zp bachtocc.c
  11.